Release 10.1A: OpenEdge Development:
Web Services
WSDL operation to client method prototype (client development)
This is a VB.NET method prototype for the
FindCustomerByNumoperation defined in the WSDL file:
This prototype has basically the same information as the original Progress 4GL procedure prototype (see the "4GL procedure prototype to WSDL operation (Web service development)" section). In this case,
ByValspecifies a value for theCustomerNumberparameter used for input, andByRefspecifies a reference to a variable for theCustomerNameparameter used for output. Also, when VB.NET generates the client interface object that contains this method, the information provided in the WSDLportType,bindings, andservicesections specify the object on which this method is defined (<portType>), the format of SOAP messages for this method (<binding>), and the location of the WSA instance to which the Web service is deployed (<port>within<service>).
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |